home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCONFIGURATIONFORM / TCONFIGURATIONFORM.txt
Text File  |  2005-03-06  |  54KB  |  2,075 lines

  1. object ConfigurationForm: TConfigurationForm
  2.   Left = 292
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configuration'
  6.   ClientHeight = 486
  7.   ClientWidth = 557
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKButt: TButton
  20.     Left = 288
  21.     Top = 459
  22.     Width = 82
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = OKButtClick
  28.   end
  29.   object CancelButt: TButton
  30.     Left = 376
  31.     Top = 459
  32.     Width = 82
  33.     Height = 25
  34.     Caption = '&Cancel'
  35.     TabOrder = 1
  36.     OnClick = CancelButtClick
  37.   end
  38.   object CorelButton8: TButton
  39.     Left = 464
  40.     Top = 459
  41.     Width = 81
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 2
  45.     OnClick = CorelButton8Click
  46.   end
  47.   object PageControl2: TPageControl
  48.     Left = 4
  49.     Top = 3
  50.     Width = 549
  51.     Height = 453
  52.     ActivePage = TabSheet9
  53.     MultiLine = True
  54.     TabOrder = 3
  55.     OnChange = PageControl2Change
  56.     object TabSheet3: TTabSheet
  57.       Caption = 'View'
  58.       object GroupBox4: TGroupBox
  59.         Left = 8
  60.         Top = 16
  61.         Width = 249
  62.         Height = 89
  63.         Caption = ' Standard '
  64.         TabOrder = 0
  65.         object CheckBox7: TCheckBox
  66.           Left = 8
  67.           Top = 18
  68.           Width = 185
  69.           Height = 17
  70.           Caption = 'View &Toolbar'
  71.           TabOrder = 0
  72.         end
  73.         object CheckBox8: TCheckBox
  74.           Left = 8
  75.           Top = 40
  76.           Width = 185
  77.           Height = 17
  78.           Caption = 'View &Status Bar'
  79.           TabOrder = 1
  80.         end
  81.         object CheckBox15: TCheckBox
  82.           Left = 8
  83.           Top = 63
  84.           Width = 185
  85.           Height = 17
  86.           Caption = 'View &Archive Folders Bar'
  87.           TabOrder = 2
  88.         end
  89.       end
  90.       object RadioGroup1: TRadioGroup
  91.         Left = 270
  92.         Top = 16
  93.         Width = 261
  94.         Height = 89
  95.         Caption = ' &Browsing View '
  96.         Items.Strings = (
  97.           'Large Icons'
  98.           'Small Icons'
  99.           'List'
  100.           'Details')
  101.         TabOrder = 5
  102.       end
  103.       object GroupBox1: TGroupBox
  104.         Left = 8
  105.         Top = 112
  106.         Width = 249
  107.         Height = 105
  108.         Caption = ' File Listing '
  109.         TabOrder = 1
  110.         object CheckBox1: TCheckBox
  111.           Left = 8
  112.           Top = 16
  113.           Width = 233
  114.           Height = 17
  115.           Caption = 'Full &row select'
  116.           TabOrder = 0
  117.         end
  118.         object CheckBox2: TCheckBox
  119.           Left = 8
  120.           Top = 38
  121.           Width = 233
  122.           Height = 17
  123.           Caption = '&Grid lines'
  124.           TabOrder = 1
  125.         end
  126.         object CheckBox6: TCheckBox
  127.           Left = 8
  128.           Top = 60
  129.           Width = 233
  130.           Height = 17
  131.           Caption = 'As a &Web page (single click)'
  132.           TabOrder = 2
  133.         end
  134.         object CheckBox61: TCheckBox
  135.           Left = 8
  136.           Top = 81
  137.           Width = 233
  138.           Height = 18
  139.           Caption = 'As a &Web page (single click)'
  140.           TabOrder = 3
  141.         end
  142.       end
  143.       object GroupBox15: TGroupBox
  144.         Left = 270
  145.         Top = 112
  146.         Width = 261
  147.         Height = 225
  148.         Caption = ' Columns '
  149.         TabOrder = 6
  150.         object CheckBox40: TCheckBox
  151.           Left = 8
  152.           Top = 18
  153.           Width = 185
  154.           Height = 17
  155.           Caption = 'Name'
  156.           Checked = True
  157.           Enabled = False
  158.           State = cbChecked
  159.           TabOrder = 0
  160.         end
  161.         object CheckBox41: TCheckBox
  162.           Left = 8
  163.           Top = 40
  164.           Width = 185
  165.           Height = 17
  166.           Caption = 'Type'
  167.           TabOrder = 1
  168.         end
  169.         object CheckBox42: TCheckBox
  170.           Left = 8
  171.           Top = 62
  172.           Width = 185
  173.           Height = 17
  174.           Caption = 'Modified'
  175.           TabOrder = 2
  176.         end
  177.         object CheckBox43: TCheckBox
  178.           Left = 8
  179.           Top = 85
  180.           Width = 185
  181.           Height = 17
  182.           Caption = 'Size'
  183.           TabOrder = 3
  184.         end
  185.         object CheckBox44: TCheckBox
  186.           Left = 8
  187.           Top = 108
  188.           Width = 185
  189.           Height = 17
  190.           Caption = 'Ratio'
  191.           TabOrder = 4
  192.         end
  193.         object CheckBox45: TCheckBox
  194.           Left = 8
  195.           Top = 130
  196.           Width = 185
  197.           Height = 17
  198.           Caption = 'Packed'
  199.           TabOrder = 5
  200.         end
  201.         object CheckBox46: TCheckBox
  202.           Left = 8
  203.           Top = 153
  204.           Width = 185
  205.           Height = 17
  206.           Caption = 'Attributes'
  207.           TabOrder = 6
  208.         end
  209.         object CheckBox47: TCheckBox
  210.           Left = 8
  211.           Top = 176
  212.           Width = 185
  213.           Height = 17
  214.           Caption = 'CRC'
  215.           TabOrder = 7
  216.         end
  217.         object CheckBox48: TCheckBox
  218.           Left = 8
  219.           Top = 200
  220.           Width = 185
  221.           Height = 17
  222.           Caption = 'Path'
  223.           TabOrder = 8
  224.         end
  225.       end
  226.       object RadioGroup5: TRadioGroup
  227.         Left = 8
  228.         Top = 224
  229.         Width = 249
  230.         Height = 63
  231.         Caption = ' Viewing Style '
  232.         Items.Strings = (
  233.           'Class&ic style '
  234.           '&Explorer style (with folders)')
  235.         TabOrder = 2
  236.         OnClick = RadioGroup5Click
  237.       end
  238.       object SetFont: TButton
  239.         Left = 8
  240.         Top = 323
  241.         Width = 201
  242.         Height = 25
  243.         Caption = 'Set &Font...'
  244.         TabOrder = 4
  245.         OnClick = SetFontClick
  246.       end
  247.       object CheckBox24: TCheckBox
  248.         Left = 8
  249.         Top = 296
  250.         Width = 241
  251.         Height = 17
  252.         Caption = 'Show shortcut panel on the left'
  253.         TabOrder = 3
  254.       end
  255.     end
  256.     object TabSheet4: TTabSheet
  257.       Caption = 'Toolbar'
  258.       ImageIndex = 1
  259.       object GroupBox2: TGroupBox
  260.         Left = 8
  261.         Top = 16
  262.         Width = 249
  263.         Height = 97
  264.         Caption = ' Toolbar Configuration '
  265.         TabOrder = 0
  266.         object CheckBox3: TCheckBox
  267.           Left = 8
  268.           Top = 28
  269.           Width = 185
  270.           Height = 17
  271.           Caption = 'Show button &text'
  272.           TabOrder = 0
  273.         end
  274.         object CheckBox4: TCheckBox
  275.           Left = 8
  276.           Top = 62
  277.           Width = 185
  278.           Height = 17
  279.           Caption = 'Show tool ti&ps'
  280.           TabOrder = 1
  281.         end
  282.       end
  283.       object RadioGroup4: TRadioGroup
  284.         Left = 272
  285.         Top = 16
  286.         Width = 261
  287.         Height = 97
  288.         Caption = 'Toolbar Alignment '
  289.         Items.Strings = (
  290.           'Align T&op'
  291.           'Align &Bottom'
  292.           'Align &Left'
  293.           'Align &Right')
  294.         TabOrder = 1
  295.       end
  296.       object GroupBox12: TGroupBox
  297.         Left = 8
  298.         Top = 120
  299.         Width = 524
  300.         Height = 129
  301.         Caption = ' Toolbar Skin '
  302.         TabOrder = 2
  303.         object Label6: TLabel
  304.           Left = 8
  305.           Top = 16
  306.           Width = 71
  307.           Height = 13
  308.           Caption = 'Toolbar &image:'
  309.           FocusControl = Edit974
  310.           Transparent = True
  311.         end
  312.         object Label7: TLabel
  313.           Left = 11
  314.           Top = 61
  315.           Width = 353
  316.           Height = 13
  317.           AutoSize = False
  318.           Caption = 'Preview:'
  319.           Transparent = True
  320.         end
  321.         object BitBtn1: TSpeedButton
  322.           Left = 489
  323.           Top = 32
  324.           Width = 25
  325.           Height = 21
  326.           OnClick = CorelButton9Click
  327.         end
  328.         object Panel1: TPanel
  329.           Left = 11
  330.           Top = 77
  331.           Width = 502
  332.           Height = 34
  333.           Caption = 'None'
  334.           TabOrder = 0
  335.           object Image1: TImage
  336.             Left = 1
  337.             Top = 1
  338.             Width = 500
  339.             Height = 32
  340.             Align = alClient
  341.             Center = True
  342.             Stretch = True
  343.             Transparent = True
  344.           end
  345.         end
  346.         object Edit974: TEdit
  347.           Left = 8
  348.           Top = 32
  349.           Width = 473
  350.           Height = 21
  351.           TabOrder = 1
  352.           Text = 'Edit974'
  353.           OnChange = Edit974Change
  354.         end
  355.       end
  356.       object CorelButton7: TButton
  357.         Left = 8
  358.         Top = 256
  359.         Width = 177
  360.         Height = 25
  361.         Caption = '&Select Buttons...'
  362.         TabOrder = 3
  363.         OnClick = CorelButton7Click
  364.       end
  365.     end
  366.     object TabSheet5: TTabSheet
  367.       Caption = 'Folders'
  368.       ImageIndex = 2
  369.       object GroupBox3: TGroupBox
  370.         Left = 8
  371.         Top = 5
  372.         Width = 527
  373.         Height = 52
  374.         Caption = ' &Temp Location '
  375.         TabOrder = 0
  376.         object BitBtn2: TSpeedButton
  377.           Left = 490
  378.           Top = 17
  379.           Width = 25
  380.           Height = 21
  381.           OnClick = CorelButton5Click
  382.         end
  383.         object Edit1: TEdit
  384.           Left = 8
  385.           Top = 17
  386.           Width = 473
  387.           Height = 21
  388.           TabOrder = 0
  389.           Text = 'Edit1'
  390.         end
  391.       end
  392.       object GroupBox5: TGroupBox
  393.         Left = 8
  394.         Top = 68
  395.         Width = 527
  396.         Height = 49
  397.         Caption = ' Default Ch&eckOut Location '
  398.         TabOrder = 1
  399.         object BitBtn3: TSpeedButton
  400.           Left = 490
  401.           Top = 18
  402.           Width = 25
  403.           Height = 21
  404.           OnClick = CorelButton2Click
  405.         end
  406.         object Edit971: TEdit
  407.           Left = 8
  408.           Top = 18
  409.           Width = 473
  410.           Height = 21
  411.           TabOrder = 0
  412.           Text = 'Edit971'
  413.         end
  414.       end
  415.       object RadioGroup2: TRadioGroup
  416.         Left = 8
  417.         Top = 123
  418.         Width = 527
  419.         Height = 81
  420.         Caption = ' &Startup Location '
  421.         Items.Strings = (
  422.           'S&ystem default'
  423.           '&Last open archive'
  424.           '&Folder:')
  425.         TabOrder = 2
  426.       end
  427.       object RadioGroup3: TRadioGroup
  428.         Left = 8
  429.         Top = 211
  430.         Width = 527
  431.         Height = 81
  432.         Caption = ' Default &Add Location '
  433.         Items.Strings = (
  434.           'O&pen archive folder'
  435.           'Last folder a&dded to archive'
  436.           'Folde&r:')
  437.         TabOrder = 3
  438.       end
  439.       object RadioGroup6: TRadioGroup
  440.         Left = 8
  441.         Top = 296
  442.         Width = 527
  443.         Height = 68
  444.         Caption = ' Default E&xtract Location '
  445.         Columns = 2
  446.         Items.Strings = (
  447.           'Extract to the current folder'
  448.           'Extract to ./archive folder'
  449.           'Extract to last extracting folder'
  450.           'Folder:')
  451.         TabOrder = 4
  452.       end
  453.       object Button11: TButton
  454.         Left = 498
  455.         Top = 179
  456.         Width = 25
  457.         Height = 21
  458.         Caption = '...'
  459.         TabOrder = 5
  460.         TabStop = False
  461.         OnClick = CorelButton3Click
  462.       end
  463.       object Button12: TButton
  464.         Left = 498
  465.         Top = 265
  466.         Width = 25
  467.         Height = 21
  468.         Caption = '...'
  469.         TabOrder = 6
  470.         TabStop = False
  471.         OnClick = CorelButton4Click
  472.       end
  473.       object Button13: TButton
  474.         Left = 498
  475.         Top = 337
  476.         Width = 25
  477.         Height = 21
  478.         Caption = '...'
  479.         TabOrder = 7
  480.         TabStop = False
  481.         OnClick = CorelButton10Click
  482.       end
  483.       object edit972: TEdit
  484.         Left = 104
  485.         Top = 179
  486.         Width = 385
  487.         Height = 21
  488.         TabStop = False
  489.         TabOrder = 8
  490.         OnEnter = Edit972Enter
  491.       end
  492.       object edit973: TEdit
  493.         Left = 104
  494.         Top = 265
  495.         Width = 385
  496.         Height = 21
  497.         TabStop = False
  498.         TabOrder = 9
  499.         OnEnter = Edit973Enter
  500.       end
  501.       object edit977: TEdit
  502.         Left = 339
  503.         Top = 337
  504.         Width = 150
  505.         Height = 21
  506.         TabStop = False
  507.         TabOrder = 10
  508.         OnEnter = Edit977Enter
  509.       end
  510.     end
  511.     object TabSheet6: TTabSheet
  512.       Caption = 'Program Locations'
  513.       ImageIndex = 3
  514.       object GroupBox7: TGroupBox
  515.         Left = 8
  516.         Top = 5
  517.         Width = 524
  518.         Height = 49
  519.         Caption = ' Viewer '
  520.         TabOrder = 0
  521.         object BitBtn7: TSpeedButton
  522.           Left = 490
  523.           Top = 16
  524.           Width = 25
  525.           Height = 21
  526.           OnClick = CorelButton1Click
  527.         end
  528.         object Edit2: TEdit
  529.           Left = 8
  530.           Top = 16
  531.           Width = 473
  532.           Height = 21
  533.           TabOrder = 0
  534.           Text = 'Edit2'
  535.         end
  536.       end
  537.       object GroupBox8: TGroupBox
  538.         Left = 8
  539.         Top = 64
  540.         Width = 524
  541.         Height = 113
  542.         Caption = ' Virus Scanner '
  543.         TabOrder = 1
  544.         object Label2: TLabel
  545.           Left = 8
  546.           Top = 15
  547.           Width = 313
  548.           Height = 26
  549.           AutoSize = False
  550.           Caption = 'Optional virus &scanner:'
  551.           FocusControl = VSProgram
  552.           Transparent = True
  553.         end
  554.         object Label3: TLabel
  555.           Left = 8
  556.           Top = 64
  557.           Width = 313
  558.           Height = 13
  559.           AutoSize = False
  560.           Caption = '&Parameters: '
  561.           FocusControl = VSParams
  562.           Transparent = True
  563.         end
  564.         object BitBtn8: TSpeedButton
  565.           Left = 490
  566.           Top = 32
  567.           Width = 25
  568.           Height = 21
  569.           OnClick = CorelButton6Click
  570.         end
  571.         object VSProgram: TComboBox
  572.           Left = 8
  573.           Top = 32
  574.           Width = 473
  575.           Height = 21
  576.           ItemHeight = 13
  577.           TabOrder = 0
  578.           Text = 'VSProgram'
  579.           OnChange = VSProgramChange
  580.           Items.Strings = (
  581.             'SCAN95.EXE'
  582.             'SCAN32.EXE'
  583.             'NAVW32.EXE'
  584.             'N32SCANW.EXE'
  585.             'NAVWNT.EXE'
  586.             'SCAN.EXE'
  587.             'TBSCAN.EXE'
  588.             'F-PROT.EXE'
  589.             'AVPM.EXE'
  590.             'VET98.EXE'
  591.             'NVCOD.EXE'
  592.             'FSAVSTRT.EXE')
  593.         end
  594.         object VSParams: TEdit
  595.           Left = 8
  596.           Top = 80
  597.           Width = 473
  598.           Height = 21
  599.           TabOrder = 1
  600.           Text = 'VSParams'
  601.         end
  602.       end
  603.     end
  604.     object TabSheet7: TTabSheet
  605.       Caption = 'Shell Extensions'
  606.       ImageIndex = 4
  607.       object ShellExtensions: TCheckBox
  608.         Left = 8
  609.         Top = 5
  610.         Width = 513
  611.         Height = 17
  612.         Caption = 'Use &Explorer Shell Extensions'
  613.         TabOrder = 0
  614.         OnClick = ShellExtensionsClick
  615.       end
  616.       object GroupBox10: TGroupBox
  617.         Left = 8
  618.         Top = 30
  619.         Width = 524
  620.         Height = 176
  621.         Caption = ' &Menu Items '
  622.         TabOrder = 1
  623.         object CheckListBox1: TCheckListBox
  624.           Left = 10
  625.           Top = 16
  626.           Width = 505
  627.           Height = 153
  628.           ItemHeight = 13
  629.           Items.Strings = (
  630.             'Compress to ZIP...'
  631.             'Compress to 7-ZIP...'
  632.             'Compress to LHA...'
  633.             'Compress to CAB...'
  634.             'Compress to TAR...'
  635.             'Compress to BH (BlakHole)...'
  636.             'Compress & E-Mail...'
  637.             'Compress & FTP...'
  638.             'Span ZIP archive'
  639.             'Extract archive to...'
  640.             'Extract here'
  641.             'Extract archive to subfolder'
  642.             'Extract to filename/ (multiple archives into separate folders)'
  643.             'Make SFX (ZIP and CAB archives)'
  644.             'Test'
  645.             'Compress to... (for archives)'
  646.             'E-Mail It...'
  647.             'FTP It...'
  648.             'Decrypt here'
  649.             'Decrypt to subfolder'
  650.             'Decrypt to...'
  651.             'Encrypt...'
  652.             'Compress & Encrypt'
  653.             'Convert...')
  654.           TabOrder = 0
  655.         end
  656.       end
  657.       object GroupBox11: TGroupBox
  658.         Left = 8
  659.         Top = 219
  660.         Width = 524
  661.         Height = 126
  662.         Caption = ' Options '
  663.         TabOrder = 2
  664.         object CheckBox25: TCheckBox
  665.           Left = 8
  666.           Top = 16
  667.           Width = 401
  668.           Height = 17
  669.           Caption = 'Use &images beside menu items'
  670.           TabOrder = 0
  671.         end
  672.         object CheckBox26: TCheckBox
  673.           Left = 8
  674.           Top = 58
  675.           Width = 393
  676.           Height = 17
  677.           Caption = 'Display &non-cascaded context menu items'
  678.           TabOrder = 2
  679.         end
  680.         object CheckBox27: TCheckBox
  681.           Left = 8
  682.           Top = 37
  683.           Width = 401
  684.           Height = 17
  685.           Caption = 'Check for &self-extracting ZIP, ARJ, ACE, BH, LHA, and RAR files'
  686.           TabOrder = 1
  687.         end
  688.         object ElCheckBox3: TCheckBox
  689.           Left = 8
  690.           Top = 79
  691.           Width = 401
  692.           Height = 17
  693.           Caption = 'Display "Compress to ??? + Options" item'
  694.           TabOrder = 3
  695.         end
  696.         object CheckBox23: TCheckBox
  697.           Left = 8
  698.           Top = 100
  699.           Width = 401
  700.           Height = 17
  701.           Caption = 'Open folder after extracting'
  702.           TabOrder = 4
  703.         end
  704.       end
  705.     end
  706.     object TabSheet8: TTabSheet
  707.       Caption = 'Miscellaneous'
  708.       ImageIndex = 5
  709.       object GroupBox24: TGroupBox
  710.         Left = 3
  711.         Top = 5
  712.         Width = 263
  713.         Height = 190
  714.         Caption = ' General '
  715.         TabOrder = 0
  716.         object CheckBox9: TCheckBox
  717.           Left = 8
  718.           Top = 18
  719.           Width = 243
  720.           Height = 17
  721.           Caption = 'Sho&w Add when creating new archives'
  722.           TabOrder = 0
  723.         end
  724.         object CheckBox33: TCheckBox
  725.           Left = 8
  726.           Top = 39
  727.           Width = 243
  728.           Height = 17
  729.           Caption = 'Enable Advanced Add wi&ndow'
  730.           TabOrder = 1
  731.         end
  732.         object CheckBox10: TCheckBox
  733.           Left = 8
  734.           Top = 60
  735.           Width = 243
  736.           Height = 17
  737.           Caption = 'A&llow all lower case file names'
  738.           TabOrder = 2
  739.         end
  740.         object CheckBox11: TCheckBox
  741.           Left = 8
  742.           Top = 81
  743.           Width = 243
  744.           Height = 17
  745.           Caption = 'Show open dialog on start-up'
  746.           TabOrder = 3
  747.         end
  748.         object cshowview: TCheckBox
  749.           Left = 8
  750.           Top = 102
  751.           Width = 243
  752.           Height = 17
  753.           Caption = 'Prompt when &View button is pressed'
  754.           Checked = True
  755.           State = cbChecked
  756.           TabOrder = 4
  757.         end
  758.         object CheckBox22: TCheckBox
  759.           Left = 8
  760.           Top = 123
  761.           Width = 243
  762.           Height = 17
  763.           Caption = 'Use SFX &Maker if installed'
  764.           TabOrder = 5
  765.         end
  766.         object CheckBox14: TCheckBox
  767.           Left = 8
  768.           Top = 144
  769.           Width = 243
  770.           Height = 17
  771.           Caption = '&Reuse PowerArchiver windows'
  772.           TabOrder = 6
  773.         end
  774.         object CheckBox59: TCheckBox
  775.           Left = 8
  776.           Top = 165
  777.           Width = 243
  778.           Height = 17
  779.           Caption = '&Normal relative folder fuction when ...'
  780.           TabOrder = 7
  781.         end
  782.       end
  783.       object GroupBox25: TGroupBox
  784.         Left = 274
  785.         Top = 5
  786.         Width = 263
  787.         Height = 190
  788.         Caption = ' Smart handling '
  789.         TabOrder = 1
  790.         object CheckBox12: TCheckBox
  791.           Left = 8
  792.           Top = 18
  793.           Width = 250
  794.           Height = 17
  795.           Caption = '&Automatically open next volume if it is in the same directory'
  796.           TabOrder = 0
  797.         end
  798.         object APInstallation: TCheckBox
  799.           Left = 8
  800.           Top = 39
  801.           Width = 250
  802.           Height = 17
  803.           Caption = 'Show "Automatic &Package Installation" window'
  804.           TabOrder = 1
  805.         end
  806.         object CheckBox19: TCheckBox
  807.           Left = 8
  808.           Top = 60
  809.           Width = 250
  810.           Height = 17
  811.           Caption = '&Handle encrypted archives transparently'
  812.           TabOrder = 2
  813.         end
  814.         object ElCheckBox2: TCheckBox
  815.           Left = 8
  816.           Top = 81
  817.           Width = 250
  818.           Height = 17
  819.           Caption = 'Open TAR from GZIPed and &BZIPed TAR archives automatically'
  820.           TabOrder = 3
  821.         end
  822.         object ElCheckBox4: TCheckBox
  823.           Left = 8
  824.           Top = 102
  825.           Width = 250
  826.           Height = 17
  827.           Caption = 'Ask for &saving temporary internet archives'
  828.           TabOrder = 4
  829.         end
  830.         object CheckBox16: TCheckBox
  831.           Left = 8
  832.           Top = 123
  833.           Width = 250
  834.           Height = 17
  835.           Caption = 'Ask to upda&te archive if file has been changed'
  836.           TabOrder = 5
  837.         end
  838.         object ShowComment: TCheckBox
  839.           Left = 8
  840.           Top = 144
  841.           Width = 250
  842.           Height = 17
  843.           Caption = 'Automatically open and &dock comments when opening ZIP files'
  844.           TabOrder = 6
  845.         end
  846.       end
  847.       object GroupBox26: TGroupBox
  848.         Left = 4
  849.         Top = 213
  850.         Width = 263
  851.         Height = 108
  852.         Caption = ' Speed '
  853.         TabOrder = 2
  854.         object CheckBox20: TCheckBox
  855.           Left = 8
  856.           Top = 18
  857.           Width = 241
  858.           Height = 17
  859.           Caption = 'Never use Rec&ycle Bin when deleting'
  860.           TabOrder = 0
  861.         end
  862.         object ElCheckBox1: TCheckBox
  863.           Left = 8
  864.           Top = 39
  865.           Width = 240
  866.           Height = 17
  867.           Caption = 'Use c&urrent folder as temp folder while compressing'
  868.           TabOrder = 1
  869.           OnClick = ShellExtensionsClick
  870.         end
  871.         object CheckBox18: TCheckBox
  872.           Left = 8
  873.           Top = 60
  874.           Width = 185
  875.           Height = 17
  876.           Caption = 'Check for self-extracting CA&B files'
  877.           TabOrder = 2
  878.         end
  879.         object CheckBox17: TCheckBox
  880.           Left = 8
  881.           Top = 82
  882.           Width = 185
  883.           Height = 17
  884.           Caption = 'Orginal sort order at startup'
  885.           TabOrder = 3
  886.         end
  887.       end
  888.       object GroupBox27: TGroupBox
  889.         Left = 273
  890.         Top = 213
  891.         Width = 263
  892.         Height = 47
  893.         Caption = ' Language troubleshooting '
  894.         TabOrder = 3
  895.         object CheckBox13: TCheckBox
  896.           Left = 8
  897.           Top = 18
  898.           Width = 233
  899.           Height = 17
  900.           Caption = 'Use &OEM conversion for filenames'
  901.           TabOrder = 0
  902.         end
  903.       end
  904.     end
  905.     object TabSheet9: TTabSheet
  906.       Caption = 'File Formats'
  907.       ImageIndex = 6
  908.       object Label4: TLabel
  909.         Left = 8
  910.         Top = 29
  911.         Width = 154
  912.         Height = 13
  913.         Caption = 'Associate PowerArchiver with...'
  914.         Transparent = True
  915.       end
  916.       object Associate: TCheckBox
  917.         Left = 8
  918.         Top = 6
  919.         Width = 513
  920.         Height = 17
  921.         Caption = 
  922.           'Sho&w Associate window if archives not associated with PowerArch' +
  923.           'iver'
  924.         TabOrder = 0
  925.       end
  926.       object CheckListBox2: TCheckListBox
  927.         Left = 8
  928.         Top = 45
  929.         Width = 523
  930.         Height = 289
  931.         ItemHeight = 13
  932.         Items.Strings = (
  933.           'ZIP archives (*.ZIP)'
  934.           '7-ZIP archives (*.7Z)'
  935.           'XPI files (*.XPI)'
  936.           'WinAmp skins (*.WSZ, *.WAL)'
  937.           'EAR files (*.EAR)'
  938.           'WAR files (*.WAR)'
  939.           'QWK files (*.QWK)'
  940.           'Quake PK3 files (*.PK3)'
  941.           'REP files (*.REP)'
  942.           'RAR archives (*.RAR, *.R00, *.R01)'
  943.           'RAR spanned archives (*.001)'
  944.           'CAB archives (*.CAB)'
  945.           'LZH archives (*.LZH, *.LHA)'
  946.           'ACE archives (*.ACE)'
  947.           'ARJ archives (*.ARJ)'
  948.           'Java ARchives (*.JAR)'
  949.           'ARC archives (*.ARC)'
  950.           'ZOO archives (*.ZOO)'
  951.           'BlakHole archives (*.BH)'
  952.           'TAR files (*.TAR)'
  953.           'GZIP compressed files (*.GZ, *.Z, *.TGZ, *.TAZ)'
  954.           'BZIP2 compressed files (*.BZ2, *.BZ, *.TBZ2, *.TBZ)'
  955.           'UUE encoded files (*.ENC, *.UUE, *.UU)'
  956.           'XXE encoded files (*.XXE)'
  957.           'Base64/MIME encoded files (*.B64, *.MIM)'
  958.           'yENC encoded files (*.NTX)'
  959.           'Encrypted files (*.PAE)'
  960.           'PowerArchiver Backup Express Lite Scripts (*.PBS)')
  961.         TabOrder = 1
  962.       end
  963.       object Button6: TButton
  964.         Left = 338
  965.         Top = 338
  966.         Width = 91
  967.         Height = 25
  968.         Caption = '&Select All'
  969.         TabOrder = 3
  970.         OnClick = Button6Click
  971.       end
  972.       object Button9: TButton
  973.         Left = 440
  974.         Top = 338
  975.         Width = 91
  976.         Height = 25
  977.         Caption = '&Deselect All'
  978.         TabOrder = 4
  979.         OnClick = Button9Click
  980.       end
  981.       object Button10: TButton
  982.         Left = 8
  983.         Top = 338
  984.         Width = 91
  985.         Height = 25
  986.         Caption = '&Associate Now'
  987.         TabOrder = 2
  988.         OnClick = Button10Click
  989.       end
  990.     end
  991.     object TabSheet10: TTabSheet
  992.       Caption = 'Auto Update'
  993.       ImageIndex = 7
  994.       object UPG: TRadioGroup
  995.         Left = 7
  996.         Top = 5
  997.         Width = 250
  998.         Height = 113
  999.         Caption = ' Ch&eck for updates... '
  1000.         Items.Strings = (
  1001.           'never'
  1002.           'once a day'
  1003.           'once a week'
  1004.           'once a month')
  1005.         TabOrder = 0
  1006.       end
  1007.       object GroupBox14: TGroupBox
  1008.         Left = 7
  1009.         Top = 126
  1010.         Width = 250
  1011.         Height = 46
  1012.         Caption = ' Check &for... '
  1013.         TabOrder = 1
  1014.         object Combobox971: TComboBox
  1015.           Left = 8
  1016.           Top = 16
  1017.           Width = 233
  1018.           Height = 21
  1019.           Style = csDropDownList
  1020.           ItemHeight = 13
  1021.           TabOrder = 0
  1022.           Items.Strings = (
  1023.             'latest OFFICIAL version'
  1024.             'latest BETA and OFFICIAL version')
  1025.         end
  1026.       end
  1027.       object GroupBox13: TGroupBox
  1028.         Left = 8
  1029.         Top = 191
  1030.         Width = 249
  1031.         Height = 81
  1032.         Caption = ' Proxy &Information '
  1033.         TabOrder = 2
  1034.         object Label8: TLabel
  1035.           Left = 8
  1036.           Top = 24
  1037.           Width = 57
  1038.           Height = 13
  1039.           Caption = 'Proxy Ho&st:'
  1040.           FocusControl = Edit975
  1041.           Transparent = True
  1042.         end
  1043.         object Label9: TLabel
  1044.           Left = 8
  1045.           Top = 50
  1046.           Width = 55
  1047.           Height = 13
  1048.           Caption = 'Proxy &Port:'
  1049.           FocusControl = Edit976
  1050.           Transparent = True
  1051.         end
  1052.         object Edit975: TEdit
  1053.           Left = 80
  1054.           Top = 20
  1055.           Width = 161
  1056.           Height = 21
  1057.           TabOrder = 0
  1058.           Text = 'Edit975'
  1059.         end
  1060.         object Edit976: TEdit
  1061.           Left = 80
  1062.           Top = 47
  1063.           Width = 121
  1064.           Height = 21
  1065.           TabOrder = 1
  1066.           Text = 'Edit976'
  1067.         end
  1068.       end
  1069.       object CorelButton11: TButton
  1070.         Left = 8
  1071.         Top = 285
  1072.         Width = 185
  1073.         Height = 25
  1074.         Caption = 'Ch&eck For Update'
  1075.         TabOrder = 3
  1076.         OnClick = CorelButton11Click
  1077.       end
  1078.     end
  1079.     object TabSheet11: TTabSheet
  1080.       Caption = 'Password Manager'
  1081.       ImageIndex = 8
  1082.       object GroupBox17: TGroupBox
  1083.         Left = 9
  1084.         Top = 5
  1085.         Width = 521
  1086.         Height = 121
  1087.         Caption = ' Password Manager '
  1088.         TabOrder = 0
  1089.         object Label14: TLabel
  1090.           Left = 8
  1091.           Top = 19
  1092.           Width = 497
  1093.           Height = 45
  1094.           AutoSize = False
  1095.           Caption = 
  1096.             'PowerArchiver Password Manager stores your passwords for encrypt' +
  1097.             'ed archives, and enter them automatically when you use those arc' +
  1098.             'hives.'
  1099.           Transparent = True
  1100.           WordWrap = True
  1101.         end
  1102.         object CheckBox5: TCheckBox
  1103.           Left = 8
  1104.           Top = 66
  1105.           Width = 497
  1106.           Height = 17
  1107.           Caption = '&Enable PowerArchiver Password Manager'
  1108.           TabOrder = 0
  1109.           OnClick = CheckBox5Click
  1110.         end
  1111.         object CheckBox21: TCheckBox
  1112.           Left = 8
  1113.           Top = 91
  1114.           Width = 497
  1115.           Height = 17
  1116.           Caption = 'Save passwords for &PowerArchiver Encrypted Files (*.PAE)'
  1117.           TabOrder = 1
  1118.           OnClick = CheckBox5Click
  1119.         end
  1120.       end
  1121.       object PageControl1: TPageControl
  1122.         Left = 9
  1123.         Top = 138
  1124.         Width = 520
  1125.         Height = 217
  1126.         ActivePage = TabSheet2
  1127.         TabOrder = 1
  1128.         object TabSheet1: TTabSheet
  1129.           Caption = 'Passwords Saved'
  1130.           object Label15: TLabel
  1131.             Left = 4
  1132.             Top = 6
  1133.             Width = 493
  1134.             Height = 33
  1135.             AutoSize = False
  1136.             Caption = 
  1137.               'PowerArchiver Password Manger has saved passwords for the follow' +
  1138.               'ing archives:'
  1139.             Transparent = True
  1140.             WordWrap = True
  1141.           end
  1142.           object ListBox2: TListBox
  1143.             Left = 4
  1144.             Top = 43
  1145.             Width = 501
  1146.             Height = 110
  1147.             ItemHeight = 13
  1148.             TabOrder = 0
  1149.             OnKeyDown = ListBox2KeyDown
  1150.           end
  1151.           object Button4: TButton
  1152.             Left = 336
  1153.             Top = 160
  1154.             Width = 78
  1155.             Height = 25
  1156.             Caption = '&Remove'
  1157.             TabOrder = 1
  1158.             OnClick = Button4Click
  1159.           end
  1160.           object Button5: TButton
  1161.             Left = 424
  1162.             Top = 160
  1163.             Width = 81
  1164.             Height = 25
  1165.             Caption = 'Remove &All'
  1166.             TabOrder = 2
  1167.             OnClick = Button5Click
  1168.           end
  1169.         end
  1170.         object TabSheet2: TTabSheet
  1171.           Caption = 'Passwords Not Saved'
  1172.           ImageIndex = 1
  1173.           object Label16: TLabel
  1174.             Left = 4
  1175.             Top = 6
  1176.             Width = 493
  1177.             Height = 35
  1178.             AutoSize = False
  1179.             Caption = 
  1180.               'PowerArchiver Password Manger has not saved passwords and will n' +
  1181.               'ot ask for saving in the future for the following archives:'
  1182.             Transparent = True
  1183.             WordWrap = True
  1184.           end
  1185.           object ListBox3: TListBox
  1186.             Left = 4
  1187.             Top = 43
  1188.             Width = 501
  1189.             Height = 110
  1190.             ItemHeight = 13
  1191.             TabOrder = 0
  1192.             OnKeyDown = ListBox3KeyDown
  1193.           end
  1194.           object Button8: TButton
  1195.             Left = 424
  1196.             Top = 160
  1197.             Width = 81
  1198.             Height = 25
  1199.             Caption = 'Remove &All'
  1200.             TabOrder = 2
  1201.             OnClick = Button8Click
  1202.           end
  1203.           object Button7: TButton
  1204.             Left = 336
  1205.             Top = 160
  1206.             Width = 78
  1207.             Height = 25
  1208.             Caption = '&Remove'
  1209.             TabOrder = 1
  1210.             OnClick = Button7Click
  1211.           end
  1212.         end
  1213.       end
  1214.     end
  1215.     object TabSheet12: TTabSheet
  1216.       Caption = 'FTP Profiles'
  1217.       ImageIndex = 9
  1218.       object GroupBox16: TGroupBox
  1219.         Left = 8
  1220.         Top = 5
  1221.         Width = 521
  1222.         Height = 193
  1223.         Caption = ' FTP Profiles '
  1224.         TabOrder = 0
  1225.         object Label13: TLabel
  1226.           Left = 8
  1227.           Top = 24
  1228.           Width = 34
  1229.           Height = 13
  1230.           Caption = '&Profile:'
  1231.           FocusControl = ListBox1
  1232.           Transparent = True
  1233.         end
  1234.         object Button1: TButton
  1235.           Left = 48
  1236.           Top = 152
  1237.           Width = 145
  1238.           Height = 25
  1239.           Caption = '&New Profile...'
  1240.           TabOrder = 1
  1241.           OnClick = Button1Click
  1242.         end
  1243.         object Button2: TButton
  1244.           Left = 368
  1245.           Top = 152
  1246.           Width = 145
  1247.           Height = 25
  1248.           Caption = '&Delete Profile'
  1249.           TabOrder = 3
  1250.           OnClick = Button2Click
  1251.         end
  1252.         object Button3: TButton
  1253.           Left = 208
  1254.           Top = 152
  1255.           Width = 145
  1256.           Height = 25
  1257.           Caption = '&Edit Profile'
  1258.           TabOrder = 2
  1259.           OnClick = Button3Click
  1260.         end
  1261.         object ListBox1: TListBox
  1262.           Left = 48
  1263.           Top = 24
  1264.           Width = 465
  1265.           Height = 113
  1266.           ItemHeight = 13
  1267.           TabOrder = 0
  1268.         end
  1269.       end
  1270.     end
  1271.     object TabSheet13: TTabSheet
  1272.       Caption = 'Compress && Encrypt'
  1273.       ImageIndex = 10
  1274.       object CompMode: TRadioGroup
  1275.         Left = 8
  1276.         Top = 5
  1277.         Width = 521
  1278.         Height = 49
  1279.         Caption = ' Compression &Format '
  1280.         Columns = 6
  1281.         Items.Strings = (
  1282.           'ZIP'
  1283.           '7-ZIP'
  1284.           'CAB'
  1285.           'LHA'
  1286.           'BH'
  1287.           'TAR.GZ')
  1288.         TabOrder = 0
  1289.       end
  1290.       object GroupBox9: TGroupBox
  1291.         Left = 8
  1292.         Top = 64
  1293.         Width = 521
  1294.         Height = 57
  1295.         Caption = ' &Encryption Method '
  1296.         TabOrder = 1
  1297.         object ComboBox1: TComboBox
  1298.           Left = 8
  1299.           Top = 20
  1300.           Width = 505
  1301.           Height = 21
  1302.           Style = csDropDownList
  1303.           ItemHeight = 13
  1304.           TabOrder = 0
  1305.           Items.Strings = (
  1306.             'Blowfish (128-bit)'
  1307.             'DES (56-bit)'
  1308.             'Triple DES (168-bit)'
  1309.             'Rijndael - AES (128-bit)'
  1310.             'Rijndael - AES (256-bit)')
  1311.         end
  1312.       end
  1313.     end
  1314.     object TabSheet14: TTabSheet
  1315.       Caption = 'Compression Profiles'
  1316.       ImageIndex = 11
  1317.       object ListView1: TListView
  1318.         Left = 8
  1319.         Top = 5
  1320.         Width = 523
  1321.         Height = 103
  1322.         Columns = <
  1323.           item
  1324.             Caption = 'Name'
  1325.             Width = 300
  1326.           end
  1327.           item
  1328.             Alignment = taCenter
  1329.             Caption = 'Format'
  1330.             Width = 80
  1331.           end>
  1332.         ColumnClick = False
  1333.         RowSelect = True
  1334.         SmallImages = MainForm.TopMenuImageList
  1335.         TabOrder = 0
  1336.         ViewStyle = vsReport
  1337.         OnChange = ListView1Change
  1338.         OnEdited = ListView1Edited
  1339.         OnEnter = ListView1Enter
  1340.         OnExit = ListView1Exit
  1341.         OnKeyDown = ListView1KeyDown
  1342.       end
  1343.       object Button14: TButton
  1344.         Left = 441
  1345.         Top = 112
  1346.         Width = 90
  1347.         Height = 25
  1348.         Caption = 'Delete '
  1349.         TabOrder = 3
  1350.         OnClick = Button14Click
  1351.       end
  1352.       object Button16: TButton
  1353.         Left = 233
  1354.         Top = 112
  1355.         Width = 90
  1356.         Height = 25
  1357.         Caption = 'Create New'
  1358.         TabOrder = 1
  1359.         OnClick = Button16Click
  1360.       end
  1361.       object RadioGroup7: TRadioGroup
  1362.         Left = 9
  1363.         Top = 137
  1364.         Width = 523
  1365.         Height = 41
  1366.         Caption = ' Compression Format '
  1367.         Columns = 6
  1368.         Items.Strings = (
  1369.           'ZIP'
  1370.           '7-ZIP'
  1371.           'CAB'
  1372.           'LHA'
  1373.           'BH'
  1374.           'TAR')
  1375.         TabOrder = 4
  1376.         OnClick = RadioGroup7Click
  1377.       end
  1378.       object Notebook1: TNotebook
  1379.         Left = 2
  1380.         Top = 184
  1381.         Width = 529
  1382.         Height = 217
  1383.         PageIndex = 1
  1384.         TabOrder = 5
  1385.         object TPage
  1386.           Left = 0
  1387.           Top = 0
  1388.           Caption = 'ZIP'
  1389.           object CompressionL: TLabel
  1390.             Left = 16
  1391.             Top = 36
  1392.             Width = 65
  1393.             Height = 13
  1394.             Caption = 'Comp&ression:'
  1395.             FocusControl = CompressionBox
  1396.             Transparent = True
  1397.           end
  1398.           object ActionL: TLabel
  1399.             Left = 16
  1400.             Top = 12
  1401.             Width = 34
  1402.             Height = 13
  1403.             Caption = 'Ac&tion:'
  1404.             FocusControl = ActionBox
  1405.             Transparent = True
  1406.           end
  1407.           object CompressionBox: TComboBox
  1408.             Left = 96
  1409.             Top = 32
  1410.             Width = 161
  1411.             Height = 21
  1412.             Style = csDropDownList
  1413.             ItemHeight = 13
  1414.             TabOrder = 0
  1415.             OnChange = ComboBox2Change
  1416.             Items.Strings = (
  1417.               'Maximum (slowest)'
  1418.               'Normal'
  1419.               'Fast'
  1420.               'Super fast'
  1421.               'None')
  1422.           end
  1423.           object ActionBox: TComboBox
  1424.             Left = 96
  1425.             Top = 8
  1426.             Width = 161
  1427.             Height = 21
  1428.             Style = csDropDownList
  1429.             ItemHeight = 13
  1430.             TabOrder = 1
  1431.             OnChange = ComboBox2Change
  1432.             Items.Strings = (
  1433.               'Add (and replace) files'
  1434.               'Freshen existing files'
  1435.               'Move files'
  1436.               'Update (and add) files')
  1437.           end
  1438.           object SpanningGroup: TGroupBox
  1439.             Left = 267
  1440.             Top = 56
  1441.             Width = 252
  1442.             Height = 106
  1443.             Caption = ' &Multiple disk s&panning '
  1444.             TabOrder = 2
  1445.             object MAXVSizeL: TLabel
  1446.               Left = 10
  1447.               Top = 51
  1448.               Width = 86
  1449.               Height = 13
  1450.               Caption = 'Ma&x. volume size:'
  1451.               FocusControl = MaxVSize
  1452.               Transparent = True
  1453.             end
  1454.             object Label22: TLabel
  1455.               Left = 205
  1456.               Top = 52
  1457.               Width = 32
  1458.               Height = 13
  1459.               Caption = 'kBytes'
  1460.               Transparent = True
  1461.             end
  1462.             object Label23: TLabel
  1463.               Left = 10
  1464.               Top = 79
  1465.               Width = 30
  1466.               Height = 13
  1467.               Caption = '&Mode:'
  1468.               FocusControl = ComboBox12
  1469.               Transparent = True
  1470.             end
  1471.             object SpanningBox: TComboBox
  1472.               Left = 10
  1473.               Top = 16
  1474.               Width = 231
  1475.               Height = 21
  1476.               Style = csDropDownList
  1477.               ItemHeight = 13
  1478.               TabOrder = 0
  1479.               OnChange = SpanningBoxChange
  1480.               Items.Strings = (
  1481.                 'Automatic'
  1482.                 '1.2 MB'
  1483.                 '1.4 MB'
  1484.                 '2.8 MB'
  1485.                 'Zip 100 Disk (100 MB)'
  1486.                 'Zip 200 Disk (200 MB)'
  1487.                 'CD-ROM (650 MB)'
  1488.                 'CD-ROM (700 MB)'
  1489.                 'Custom'
  1490.                 'No spanning...')
  1491.             end
  1492.             object MaxVSize: TEdit
  1493.               Left = 120
  1494.               Top = 48
  1495.               Width = 81
  1496.               Height = 21
  1497.               TabOrder = 1
  1498.               Text = '1440'
  1499.               OnChange = MaxVSizeChange
  1500.             end
  1501.             object ComboBox12: TComboBox
  1502.               Left = 112
  1503.               Top = 75
  1504.               Width = 126
  1505.               Height = 21
  1506.               Style = csDropDownList
  1507.               ItemHeight = 13
  1508.               TabOrder = 2
  1509.               OnChange = ComboBox12Change
  1510.               Items.Strings = (
  1511.                 'PkZip 4.5 Compatible'
  1512.                 'PkZip/PA 7.0 Compatible'
  1513.                 'PA (<=6.1x) Compatible')
  1514.             end
  1515.           end
  1516.           object GroupBox18: TGroupBox
  1517.             Left = 16
  1518.             Top = 56
  1519.             Width = 241
  1520.             Height = 151
  1521.             Caption = ' Options '
  1522.             TabOrder = 3
  1523.             object CheckBox28: TCheckBox
  1524.               Left = 8
  1525.               Top = 18
  1526.               Width = 217
  1527.               Height = 17
  1528.               Caption = 'Include &system and hidden files'
  1529.               Checked = True
  1530.               State = cbChecked
  1531.               TabOrder = 0
  1532.               OnClick = ComboBox2Change
  1533.             end
  1534.             object CheckBox29: TCheckBox
  1535.               Left = 8
  1536.               Top = 39
  1537.               Width = 217
  1538.               Height = 17
  1539.               Caption = 'Save &full folder info'
  1540.               TabOrder = 1
  1541.               OnClick = ComboBox2Change
  1542.             end
  1543.             object CheckBox30: TCheckBox
  1544.               Left = 8
  1545.               Top = 61
  1546.               Width = 217
  1547.               Height = 17
  1548.               Caption = 'Write &directly into ZIP '
  1549.               TabOrder = 2
  1550.               OnClick = ComboBox2Change
  1551.             end
  1552.             object CheckBox31: TCheckBox
  1553.               Left = 8
  1554.               Top = 82
  1555.               Width = 217
  1556.               Height = 17
  1557.               Caption = 'Use Deflate&64 compression'
  1558.               TabOrder = 3
  1559.               OnClick = ComboBox2Change
  1560.             end
  1561.             object CheckBox32: TCheckBox
  1562.               Left = 8
  1563.               Top = 103
  1564.               Width = 217
  1565.               Height = 17
  1566.               Caption = 'Make large ZIP file (over &4 GB) '
  1567.               TabOrder = 4
  1568.               OnClick = ComboBox2Change
  1569.             end
  1570.             object CheckBox34: TCheckBox
  1571.               Left = 8
  1572.               Top = 124
  1573.               Width = 217
  1574.               Height = 17
  1575.               Caption = '&Encrypt archive (.pae)'
  1576.               TabOrder = 5
  1577.               OnClick = ComboBox2Change
  1578.             end
  1579.           end
  1580.         end
  1581.         object TPage
  1582.           Left = 0
  1583.           Top = 0
  1584.           Caption = '7Z'
  1585.           object Label19: TLabel
  1586.             Left = 16
  1587.             Top = 36
  1588.             Width = 65
  1589.             Height = 13
  1590.             Caption = 'Comp&ression:'
  1591.             FocusControl = ComboBox9
  1592.             Transparent = True
  1593.           end
  1594.           object Label20: TLabel
  1595.             Left = 16
  1596.             Top = 12
  1597.             Width = 34
  1598.             Height = 13
  1599.             Caption = 'Ac&tion:'
  1600.             FocusControl = ComboBox10
  1601.             Transparent = True
  1602.           end
  1603.           object ComboBox9: TComboBox
  1604.             Left = 96
  1605.             Top = 32
  1606.             Width = 161
  1607.             Height = 21
  1608.             Style = csDropDownList
  1609.             ItemHeight = 13
  1610.             TabOrder = 0
  1611.             OnClick = ComboBox2Change
  1612.             Items.Strings = (
  1613.               'Maximum (slowest)'
  1614.               'Normal'
  1615.               'Fast'
  1616.               'Super fast'
  1617.               'None')
  1618.           end
  1619.           object ComboBox10: TComboBox
  1620.             Left = 96
  1621.             Top = 8
  1622.             Width = 161
  1623.             Height = 21
  1624.             Style = csDropDownList
  1625.             ItemHeight = 13
  1626.             TabOrder = 1
  1627.             OnClick = ComboBox2Change
  1628.             Items.Strings = (
  1629.               'Add (and replace) files'
  1630.               'Freshen existing files'
  1631.               'Move files'
  1632.               'Update (and add) files')
  1633.           end
  1634.           object GroupBox19: TGroupBox
  1635.             Left = 16
  1636.             Top = 56
  1637.             Width = 241
  1638.             Height = 106
  1639.             Caption = ' Options '
  1640.             TabOrder = 2
  1641.             object CheckBox35: TCheckBox
  1642.               Left = 8
  1643.               Top = 18
  1644.               Width = 209
  1645.               Height = 17
  1646.               Caption = 'Include &system and hidden files'
  1647.               Checked = True
  1648.               State = cbChecked
  1649.               TabOrder = 0
  1650.               OnClick = ComboBox2Change
  1651.             end
  1652.             object CheckBox36: TCheckBox
  1653.               Left = 8
  1654.               Top = 39
  1655.               Width = 201
  1656.               Height = 17
  1657.               Caption = 'Save &full folder info'
  1658.               TabOrder = 1
  1659.               OnClick = ComboBox2Change
  1660.             end
  1661.             object CheckBox37: TCheckBox
  1662.               Left = 8
  1663.               Top = 81
  1664.               Width = 209
  1665.               Height = 17
  1666.               Caption = '&Encrypt archive (.pae)'
  1667.               TabOrder = 2
  1668.               OnClick = ComboBox2Change
  1669.             end
  1670.             object CheckBox60: TCheckBox
  1671.               Left = 8
  1672.               Top = 60
  1673.               Width = 209
  1674.               Height = 17
  1675.               Caption = 'Create Solid Archive'
  1676.               TabOrder = 3
  1677.               OnClick = ComboBox2Change
  1678.             end
  1679.           end
  1680.         end
  1681.         object TPage
  1682.           Left = 0
  1683.           Top = 0
  1684.           Caption = 'CAB'
  1685.           object Label5: TLabel
  1686.             Left = 16
  1687.             Top = 12
  1688.             Width = 34
  1689.             Height = 13
  1690.             Caption = 'Ac&tion:'
  1691.             FocusControl = ComboBox3
  1692.             Transparent = True
  1693.           end
  1694.           object Label10: TLabel
  1695.             Left = 16
  1696.             Top = 36
  1697.             Width = 65
  1698.             Height = 13
  1699.             Caption = 'Comp&ression:'
  1700.             FocusControl = ComboBox4
  1701.             Transparent = True
  1702.           end
  1703.           object ComboBox3: TComboBox
  1704.             Left = 96
  1705.             Top = 8
  1706.             Width = 161
  1707.             Height = 21
  1708.             Style = csDropDownList
  1709.             ItemHeight = 13
  1710.             TabOrder = 0
  1711.             OnChange = ComboBox2Change
  1712.             Items.Strings = (
  1713.               'Add (and replace) files'
  1714.               'Freshen existing files'
  1715.               'Move files'
  1716.               'Update (and add) files')
  1717.           end
  1718.           object ComboBox4: TComboBox
  1719.             Left = 96
  1720.             Top = 32
  1721.             Width = 161
  1722.             Height = 21
  1723.             Style = csDropDownList
  1724.             ItemHeight = 13
  1725.             TabOrder = 1
  1726.             OnChange = ComboBox2Change
  1727.             Items.Strings = (
  1728.               'Maximum (slowest)'
  1729.               'Normal'
  1730.               'Fast'
  1731.               'Super fast'
  1732.               'None')
  1733.           end
  1734.           object GroupBox20: TGroupBox
  1735.             Left = 16
  1736.             Top = 56
  1737.             Width = 241
  1738.             Height = 89
  1739.             Caption = ' Options '
  1740.             TabOrder = 2
  1741.             object CheckBox38: TCheckBox
  1742.               Left = 8
  1743.               Top = 18
  1744.               Width = 209
  1745.               Height = 17
  1746.               Caption = 'Include &system and hidden files'
  1747.               Checked = True
  1748.               State = cbChecked
  1749.               TabOrder = 0
  1750.               OnClick = ComboBox2Change
  1751.             end
  1752.             object CheckBox39: TCheckBox
  1753.               Left = 8
  1754.               Top = 39
  1755.               Width = 209
  1756.               Height = 17
  1757.               Caption = 'Save &full folder info'
  1758.               TabOrder = 1
  1759.               OnClick = ComboBox2Change
  1760.             end
  1761.             object CheckBox49: TCheckBox
  1762.               Left = 8
  1763.               Top = 60
  1764.               Width = 217
  1765.               Height = 17
  1766.               Caption = '&Encrypt archive (.pae)'
  1767.               TabOrder = 2
  1768.               OnClick = ComboBox2Change
  1769.             end
  1770.           end
  1771.         end
  1772.         object TPage
  1773.           Left = 0
  1774.           Top = 0
  1775.           Caption = 'LHA'
  1776.           object Label11: TLabel
  1777.             Left = 16
  1778.             Top = 36
  1779.             Width = 65
  1780.             Height = 13
  1781.             Caption = 'Comp&ression:'
  1782.             FocusControl = ComboBox5
  1783.             Transparent = True
  1784.           end
  1785.           object Label12: TLabel
  1786.             Left = 16
  1787.             Top = 12
  1788.             Width = 34
  1789.             Height = 13
  1790.             Caption = 'Ac&tion:'
  1791.             FocusControl = ComboBox6
  1792.             Transparent = True
  1793.           end
  1794.           object ComboBox5: TComboBox
  1795.             Left = 96
  1796.             Top = 32
  1797.             Width = 161
  1798.             Height = 21
  1799.             Style = csDropDownList
  1800.             ItemHeight = 13
  1801.             TabOrder = 0
  1802.             OnChange = ComboBox2Change
  1803.             Items.Strings = (
  1804.               'Maximum (slowest)'
  1805.               'Normal'
  1806.               'Fast'
  1807.               'Super fast'
  1808.               'None')
  1809.           end
  1810.           object ComboBox6: TComboBox
  1811.             Left = 96
  1812.             Top = 8
  1813.             Width = 161
  1814.             Height = 21
  1815.             Style = csDropDownList
  1816.             ItemHeight = 13
  1817.             TabOrder = 1
  1818.             OnChange = ComboBox2Change
  1819.             Items.Strings = (
  1820.               'Add (and replace) files'
  1821.               'Freshen existing files'
  1822.               'Move files'
  1823.               'Update (and add) files')
  1824.           end
  1825.           object GroupBox21: TGroupBox
  1826.             Left = 16
  1827.             Top = 56
  1828.             Width = 241
  1829.             Height = 89
  1830.             Caption = ' Options '
  1831.             TabOrder = 2
  1832.             object CheckBox52: TCheckBox
  1833.               Left = 8
  1834.               Top = 18
  1835.               Width = 201
  1836.               Height = 17
  1837.               Caption = 'Include &system and hidden files'
  1838.               Checked = True
  1839.               State = cbChecked
  1840.               TabOrder = 0
  1841.               OnClick = ComboBox2Change
  1842.             end
  1843.             object CheckBox51: TCheckBox
  1844.               Left = 8
  1845.               Top = 39
  1846.               Width = 209
  1847.               Height = 17
  1848.               Caption = 'Save &full folder info'
  1849.               TabOrder = 1
  1850.               OnClick = ComboBox2Change
  1851.             end
  1852.             object CheckBox50: TCheckBox
  1853.               Left = 8
  1854.               Top = 60
  1855.               Width = 209
  1856.               Height = 17
  1857.               Caption = '&Encrypt archive (.pae)'
  1858.               TabOrder = 2
  1859.               OnClick = ComboBox2Change
  1860.             end
  1861.           end
  1862.         end
  1863.         object TPage
  1864.           Left = 0
  1865.           Top = 0
  1866.           Caption = 'TAR'
  1867.           object Label17: TLabel
  1868.             Left = 16
  1869.             Top = 36
  1870.             Width = 65
  1871.             Height = 13
  1872.             Caption = 'Comp&ression:'
  1873.             FocusControl = ComboBox7
  1874.             Transparent = True
  1875.           end
  1876.           object Label18: TLabel
  1877.             Left = 16
  1878.             Top = 12
  1879.             Width = 34
  1880.             Height = 13
  1881.             Caption = 'Ac&tion:'
  1882.             FocusControl = ComboBox8
  1883.             Transparent = True
  1884.           end
  1885.           object ComboBox7: TComboBox
  1886.             Left = 96
  1887.             Top = 32
  1888.             Width = 161
  1889.             Height = 21
  1890.             Style = csDropDownList
  1891.             ItemHeight = 13
  1892.             TabOrder = 0
  1893.             OnChange = ComboBox2Change
  1894.             Items.Strings = (
  1895.               'Maximum (slowest)'
  1896.               'Normal'
  1897.               'Fast'
  1898.               'Super fast'
  1899.               'None')
  1900.           end
  1901.           object ComboBox8: TComboBox
  1902.             Left = 96
  1903.             Top = 8
  1904.             Width = 161
  1905.             Height = 21
  1906.             Style = csDropDownList
  1907.             ItemHeight = 13
  1908.             TabOrder = 1
  1909.             OnChange = ComboBox2Change
  1910.             Items.Strings = (
  1911.               'Add (and replace) files'
  1912.               'Freshen existing files'
  1913.               'Move files'
  1914.               'Update (and add) files')
  1915.           end
  1916.           object GroupBox22: TGroupBox
  1917.             Left = 16
  1918.             Top = 56
  1919.             Width = 241
  1920.             Height = 89
  1921.             Caption = ' Options '
  1922.             TabOrder = 2
  1923.             object CheckBox55: TCheckBox
  1924.               Left = 8
  1925.               Top = 18
  1926.               Width = 201
  1927.               Height = 17
  1928.               Caption = 'Include &system and hidden files'
  1929.               Checked = True
  1930.               State = cbChecked
  1931.               TabOrder = 0
  1932.               OnClick = ComboBox2Change
  1933.             end
  1934.             object CheckBox54: TCheckBox
  1935.               Left = 8
  1936.               Top = 39
  1937.               Width = 201
  1938.               Height = 17
  1939.               Caption = 'Save &full folder info'
  1940.               TabOrder = 1
  1941.               OnClick = ComboBox2Change
  1942.             end
  1943.             object CheckBox53: TCheckBox
  1944.               Left = 8
  1945.               Top = 60
  1946.               Width = 217
  1947.               Height = 17
  1948.               Caption = '&Encrypt archive (.pae)'
  1949.               TabOrder = 2
  1950.               OnClick = ComboBox2Change
  1951.             end
  1952.           end
  1953.         end
  1954.         object TPage
  1955.           Left = 0
  1956.           Top = 0
  1957.           Caption = 'BH'
  1958.           object Label1: TLabel
  1959.             Left = 16
  1960.             Top = 12
  1961.             Width = 34
  1962.             Height = 13
  1963.             Caption = 'Ac&tion:'
  1964.             FocusControl = ComboBox2
  1965.             Transparent = True
  1966.           end
  1967.           object Label21: TLabel
  1968.             Left = 16
  1969.             Top = 36
  1970.             Width = 65
  1971.             Height = 13
  1972.             Caption = 'Comp&ression:'
  1973.             FocusControl = ComboBox11
  1974.             Transparent = True
  1975.           end
  1976.           object ComboBox2: TComboBox
  1977.             Left = 96
  1978.             Top = 8
  1979.             Width = 161
  1980.             Height = 21
  1981.             Style = csDropDownList
  1982.             ItemHeight = 13
  1983.             TabOrder = 0
  1984.             OnChange = ComboBox2Change
  1985.             Items.Strings = (
  1986.               'Add (and replace) files'
  1987.               'Freshen existing files'
  1988.               'Move files'
  1989.               'Update (and add) files')
  1990.           end
  1991.           object ComboBox11: TComboBox
  1992.             Left = 96
  1993.             Top = 32
  1994.             Width = 161
  1995.             Height = 21
  1996.             Style = csDropDownList
  1997.             ItemHeight = 13
  1998.             TabOrder = 1
  1999.             OnChange = ComboBox2Change
  2000.             Items.Strings = (
  2001.               'Maximum (slowest)'
  2002.               'Normal'
  2003.               'Fast'
  2004.               'Super fast'
  2005.               'None')
  2006.           end
  2007.           object GroupBox23: TGroupBox
  2008.             Left = 16
  2009.             Top = 56
  2010.             Width = 241
  2011.             Height = 89
  2012.             Caption = ' Options '
  2013.             TabOrder = 2
  2014.             object CheckBox56: TCheckBox
  2015.               Left = 8
  2016.               Top = 18
  2017.               Width = 217
  2018.               Height = 17
  2019.               Caption = 'Include &system and hidden files'
  2020.               Checked = True
  2021.               State = cbChecked
  2022.               TabOrder = 0
  2023.               OnClick = ComboBox2Change
  2024.             end
  2025.             object CheckBox57: TCheckBox
  2026.               Left = 8
  2027.               Top = 39
  2028.               Width = 209
  2029.               Height = 17
  2030.               Caption = 'Save &full folder info'
  2031.               TabOrder = 1
  2032.               OnClick = ComboBox2Change
  2033.             end
  2034.             object CheckBox58: TCheckBox
  2035.               Left = 8
  2036.               Top = 60
  2037.               Width = 201
  2038.               Height = 17
  2039.               Caption = '&Encrypt archive (.pae)'
  2040.               TabOrder = 2
  2041.               OnClick = ComboBox2Change
  2042.             end
  2043.           end
  2044.         end
  2045.       end
  2046.       object Button15: TButton
  2047.         Left = 337
  2048.         Top = 112
  2049.         Width = 90
  2050.         Height = 25
  2051.         Caption = 'Rename'
  2052.         TabOrder = 2
  2053.         OnClick = Button15Click
  2054.       end
  2055.     end
  2056.   end
  2057.   object FontDialog: TFontDialog
  2058.     Font.Charset = DEFAULT_CHARSET
  2059.     Font.Color = clWindowText
  2060.     Font.Height = -11
  2061.     Font.Name = 'MS Sans Serif'
  2062.     Font.Style = []
  2063.     Options = []
  2064.     Left = 44
  2065.     Top = 30
  2066.   end
  2067.   object OpenDialog1: TOpenDialog
  2068.     Filter = 'Programs|*.exe;*.com'
  2069.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  2070.     Title = 'Browse'
  2071.     Left = 13
  2072.     Top = 30
  2073.   end
  2074. end
  2075.